body {
    background-color: aquamarine;
    font-family: "Playwrite CL", cursive;
}

h3 {
    font-size: 25px;
}

h2 {
    font-size: 38px;
    text-align: center;
    font-weight: bolds;
}

#Alpha {
    margin-right: 100px;
    padding: 0px;
    border-collapse: collapse;
}

#Beta {
    color: chocolate;
}

#Gamma {
    color: crimson;
}

a {
    color: tomato;
    font-size: 38px;
    font-weight: bold;
}